Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key

Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key
Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key

The Esx Settings Clusters Software Reports HardwareCompatibility PciDeviceOverrides VcgEntries Key schema specifies a particular combination of PCI ID, specific FW version if known, Driver name, Driver version, and vSphere release for which a given override applies.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "device": {
        "vid": "string",
        "did": "string",
        "svid": "string",
        "ssid": "string"
    },
    "firmware_version": "string",
    "part_number": "string",
    "driver_name": "string",
    "driver_version": "string",
    "product_id": "string",
    "capacity": 0
}
device
Required

The PCI device ID

This property was added in vSphere API 7.0.3.0.

string
firmware_version
Optional

The device firmware version

This property was added in vSphere API 7.0.3.0.

if not specified, the override applies to devices with an unknown firmware version.

string
part_number
Optional

OEM part number for device as used in BCG

This property was added in vSphere API 7.0.3.0.

if missing or null the override applies to devices without a part number.

string
driver_name
Optional

The name of the device driver for which this override applies

This property was added in vSphere API 7.0.3.0.

if missing or null the override applies to the specified device regardless of driver name.

string
driver_version
Optional

The version of the device driver for which this override applies (only accepted if 'driverName' is also specified)

This property was added in vSphere API 7.0.3.0.

if missing or null the override applies to the specified device regardless of driver version.

string
product_id
Optional

The Product ID for the device which this override applies (as presented by the device itself). May be left missing or null for devices that don't present a model number/product ID.

This property was added in vSphere API 7.0.3.0.

if missing or null the override applies to the specified device regardless of product ID.

integer As int64 As int64
capacity
Optional

Storage device capacity (in bytes)

This property was added in vSphere API 7.0.3.0.

if missing or null the override applies to the specified device regardless of capacity.